home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Remotes / Source / Info.h < prev    next >
Encoding:
Text File  |  1992-09-22  |  325 b   |  16 lines

  1. /*---------------------------------------------------------------------------
  2. Info.h - Header file for Info.m class.
  3. -----------------------------------------------------------------------------*/
  4. #import <objc/Object.h>
  5.  
  6. @interface Info:Object
  7. {
  8.    id infoPanel;
  9.    id myGNULicense;
  10. }
  11.  
  12. - init;
  13. - showInfoPanel:sender;
  14.  
  15. @end
  16.